home *** CD-ROM | disk | FTP | other *** search
- object Checkoutform: TCheckoutform
- Left = 203
- Top = 134
- Width = 569
- Height = 459
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'Checkout'
- Color = clBtnFace
- Constraints.MinHeight = 459
- Constraints.MinWidth = 569
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- DesignSize = (
- 561
- 425)
- PixelsPerInch = 96
- TextHeight = 13
- object Topbevel: TBevel
- Left = 0
- Top = 65
- Width = 561
- Height = 8
- Align = alTop
- Shape = bsTopLine
- end
- object Drivelabel: TLabel
- Left = 8
- Top = 72
- Width = 28
- Height = 13
- Caption = 'Drive:'
- end
- object Folderlabel: TLabel
- Left = 8
- Top = 120
- Width = 32
- Height = 13
- Caption = 'Folder:'
- end
- object Targetlabel: TLabel
- Left = 8
- Top = 336
- Width = 34
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Target:'
- end
- object Bottombevel: TBevel
- Left = 8
- Top = 384
- Width = 545
- Height = 9
- Anchors = [akLeft, akRight, akBottom]
- Shape = bsTopLine
- end
- object Toppanel: TPanel
- Left = 0
- Top = 0
- Width = 561
- Height = 65
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- DesignSize = (
- 561
- 65)
- object Captionlabel: TLabel
- Left = 8
- Top = 8
- Width = 102
- Height = 13
- Caption = 'Checkout Archive'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Infolabel: TLabel
- Left = 16
- Top = 24
- Width = 476
- Height = 26
- Caption =
- 'Please enter the target folder where you want all files to be ex' +
- 'tracted and a name of the folder group. Click OK to continue.'
- WordWrap = True
- end
- object Image: TImage
- Left = 508
- Top = 8
- Width = 48
- Height = 48
- Anchors = [akTop, akRight]
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- end
- object Targetcombobox: TComboBox
- Left = 8
- Top = 352
- Width = 273
- Height = 21
- Anchors = [akLeft, akRight, akBottom]
- ItemHeight = 13
- TabOrder = 1
- end
- object Optionsgroupbox: TGroupBox
- Left = 288
- Top = 80
- Width = 265
- Height = 153
- Anchors = [akTop, akRight]
- Caption = 'Options'
- TabOrder = 2
- object Namelabel: TLabel
- Left = 16
- Top = 24
- Width = 61
- Height = 13
- Caption = 'Group name:'
- end
- object Nameedit: TEdit
- Left = 16
- Top = 40
- Width = 233
- Height = 21
- TabOrder = 0
- Text = 'Untitled'
- end
- object Opencheckbox: TCheckBox
- Left = 16
- Top = 72
- Width = 241
- Height = 17
- Caption = 'Open group folder after extraction'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object Progdoccheckbox: TCheckBox
- Left = 16
- Top = 96
- Width = 247
- Height = 17
- Caption = 'Create icons for programs and documents only'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object Delcheckbox: TCheckBox
- Left = 16
- Top = 120
- Width = 241
- Height = 17
- Caption = 'Promt deletion after extraction'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- end
- object Cancelbutton: TButton
- Left = 480
- Top = 392
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object Okbutton: TButton
- Left = 400
- Top = 392
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = OkbuttonClick
- end
- object Helpbutton: TButton
- Left = 8
- Top = 392
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Help'
- TabOrder = 5
- OnClick = HelpbuttonClick
- end
- object Shelltree: TPTShellTree
- Left = 8
- Top = 136
- Width = 273
- Height = 193
- Indent = 19
- OnChange = ShelltreeChange
- TabOrder = 6
- Anchors = [akLeft, akTop, akRight, akBottom]
- end
- object Shellcombobox: TPTShellCombo
- Left = 8
- Top = 88
- Width = 273
- Height = 22
- ShellTree = Shelltree
- TabOrder = 7
- Anchors = [akLeft, akTop, akRight]
- end
- end
-